Makefile-libostree.am: Work around clang issues with g-ir-scanner
authorRobert Fairley <rfairley@redhat.com>
Wed, 19 Jun 2019 17:32:00 +0000 (13:32 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 21 Jun 2019 13:17:10 +0000 (13:17 +0000)
commitfd8795f3874d623db7a82bec56904648fe2c1eb7
tree6e6d4da6463d6b8283b7ef246686dc295c56afd4
parent35cce4972e24c99fd90c5be02e403c2d42825dd5
Makefile-libostree.am: Work around clang issues with g-ir-scanner

Work around an issue with clang-7 in Fedora 29 where the
`-fstack-clash-protection` flag is not recognized. Force
the compiler used by `g-ir-scanner` to `gcc`, so that the flag
is recognized.

Related: https://github.com/projectatomic/rpm-ostree/pull/1787#issuecomment-473971585

Closes: #1871
Approved by: jlebon
Makefile-libostree.am